home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / T0416 / text0005.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  676 b   |  19 lines

  1.  
  2. > > Actually, coding a language is a matter of days... If one knows how it 
  3. > > will look like, and what code the compiler will generate.
  4. > Am I correct in assuming this will be based on a Yacc/Lex derivative or
  5. > is it something else?
  6.  
  7. > Yes, naturally. It's an easy way of making a comiler pertty fast, simple 
  8. > to make and virtually bug free.
  9.  
  10. Right. We used the same stuff to generate our heirarchial enemy trees in the
  11. Jag game we were working on last year. We had so many linked lists in those
  12. things so they could track each other & perform shortest-route networking 
  13. that we couldn't type the data in by hand. Ended up making scripts for the
  14. bad guys. :)
  15.  
  16. Doug.
  17.  
  18.